home *** CD-ROM | disk | FTP | other *** search
/ Mega Doom 2 / Mega Doom 2.iso / docs / doompp / pipxtd.arj / PIPXLITE.BAT < prev    next >
DOS Batch File  |  1993-04-04  |  2KB  |  47 lines

  1. @echo off
  2. if "%1"=="u" goto unload
  3. if "%1"=="U" goto unload
  4. if "%1"=="/u" goto unload
  5. if "%1"=="/U" goto unload
  6. if "%1"=="?" goto help
  7. if "%1"=="/?" goto help
  8. :load
  9. @echo ┌─────────────────────────────────────────────────────────────────────────────┐
  10. @echo │ Parallel Port Networking with Netware Lite        Use: PIPXLITE U to unload │
  11. @echo │ Loading Server and Client ...                          PIPXLITE ? for help  │
  12. @echo └─────────────────────────────────────────────────────────────────────────────┘
  13.  share
  14.  lsl
  15.  pipx
  16.  ipxodi a
  17.  server
  18.  client
  19.  goto end
  20. :unload
  21. @echo ┌─────────────────────────────────────────────────────────────────────────────┐
  22. @echo │ Parallel Port Networking with Netware Lite        Use: PIPXLITE U to unload │
  23. @echo │ UnLoading Server and Client ...                        PIPXLITE ? for help  │
  24. @echo └─────────────────────────────────────────────────────────────────────────────┘
  25.  client u
  26.  server u
  27.  ipxodi u
  28.  pipx u
  29.  lsl u
  30.  goto end
  31. :help
  32. @echo ┌─────────────────────────────────────────────────────────────────────────────┐
  33. @echo │ Parallel Port Networking with Netware Lite        Use: PIPXLITE U to unload │
  34. @echo │                                                        PIPXLITE ? for help  │
  35. @echo │                                                                             │
  36. @echo │ This example batch file may be used to load and unload the Netware Lite     │
  37. @echo │ Server and Client "on the fly" with the Pipx parallel port ODI driver.      │
  38. @echo │                                                                             │
  39. @echo │ We suggest you customize this file for your particular installation.        │
  40. @echo │                                                                             │
  41. @echo │ Once Pipx is installed and configured on your particular PCs, you may       │
  42. @echo │ create a network connection between them simply by connecting the cable     │
  43. @echo │ and running this batch file. Use the "u" parameter to disconnect & unload.  │
  44. @echo │                                                                             │
  45. @echo └─────────────────────────────────────────────────────────────────────────────┘
  46. :end
  47.